home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Tlen.pl / tleninst60255.exe / tlen.exe / 0 / RCDATA / TAVATARFORM / TAVATARFORM.txt
Text File  |  2007-09-27  |  6KB  |  298 lines

  1. object AvatarForm: TAvatarForm
  2.   Left = 217
  3.   Top = 175
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Awatar - ustawianie'
  7.   ClientHeight = 415
  8.   ClientWidth = 438
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 300
  11.   Constraints.MinWidth = 400
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Verdana'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel2: TPanel
  21.     Left = 0
  22.     Top = 365
  23.     Width = 438
  24.     Height = 32
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     DesignSize = (
  29.       438
  30.       32)
  31.     object cancelButton: TButton
  32.       Left = 356
  33.       Top = 2
  34.       Width = 75
  35.       Height = 27
  36.       Anchors = [akTop, akRight, akBottom]
  37.       Caption = 'Zamknij'
  38.       TabOrder = 0
  39.       OnClick = cancelButtonClick
  40.     end
  41.     object Button2: TButton
  42.       Left = 96
  43.       Top = 3
  44.       Width = 76
  45.       Height = 25
  46.       Action = setAction
  47.       TabOrder = 1
  48.     end
  49.     object browseButton: TButton
  50.       Left = 8
  51.       Top = 3
  52.       Width = 82
  53.       Height = 25
  54.       Action = chooseAction
  55.       TabOrder = 2
  56.     end
  57.   end
  58.   object GroupBox2: TGroupBox
  59.     Left = 8
  60.     Top = 32
  61.     Width = 292
  62.     Height = 331
  63.     Align = alCustom
  64.     Caption = 'Obrazek'
  65.     Ctl3D = True
  66.     ParentCtl3D = False
  67.     TabOrder = 1
  68.     object TrackBar1: TTrackBar
  69.       Left = 3
  70.       Top = 303
  71.       Width = 224
  72.       Height = 25
  73.       Hint = 'Rozmiar kadru'
  74.       Align = alCustom
  75.       Anchors = [akLeft, akRight, akBottom]
  76.       Max = 130
  77.       Orientation = trHorizontal
  78.       ParentShowHint = False
  79.       Frequency = 1
  80.       Position = 0
  81.       SelEnd = 0
  82.       SelStart = 0
  83.       ShowHint = False
  84.       TabOrder = 0
  85.       ThumbLength = 15
  86.       TickMarks = tmBoth
  87.       TickStyle = tsNone
  88.       OnChange = TrackBar1Change
  89.     end
  90.     object imagePanel: TPanel
  91.       Left = 8
  92.       Top = 16
  93.       Width = 276
  94.       Height = 276
  95.       Align = alCustom
  96.       Anchors = [akLeft, akTop, akRight, akBottom]
  97.       BevelOuter = bvNone
  98.       TabOrder = 1
  99.       object imagePaintBox: TPaintBox
  100.         Left = 0
  101.         Top = 0
  102.         Width = 276
  103.         Height = 276
  104.         Align = alClient
  105.         OnMouseDown = imagePaintBoxMouseDown
  106.         OnMouseMove = imagePaintBoxMouseMove
  107.         OnMouseUp = imagePaintBoxMouseUp
  108.         OnPaint = imagePaintBoxPaint
  109.       end
  110.     end
  111.     object sizeComboBox: TComboBox
  112.       Left = 228
  113.       Top = 302
  114.       Width = 58
  115.       Height = 21
  116.       Hint = 'Wielko'#347#263' skali wy'#347'wietlanego obrazka'
  117.       Style = csDropDownList
  118.       ItemHeight = 13
  119.       ItemIndex = 0
  120.       ParentShowHint = False
  121.       ShowHint = True
  122.       TabOrder = 2
  123.       Text = '100%'
  124.       OnChange = sizeComboBoxChange
  125.       Items.Strings = (
  126.         '100%'
  127.         '75%'
  128.         '50%'
  129.         '25%'
  130.         '20%'
  131.         '10%')
  132.     end
  133.   end
  134.   object StatusBar1: TStatusBar
  135.     Left = 0
  136.     Top = 397
  137.     Width = 438
  138.     Height = 18
  139.     Panels = <>
  140.     SimplePanel = True
  141.     SizeGrip = False
  142.   end
  143.   object GroupBox1: TGroupBox
  144.     Left = 306
  145.     Top = 167
  146.     Width = 127
  147.     Height = 53
  148.     Align = alCustom
  149.     Caption = 'Parametry'
  150.     TabOrder = 3
  151.     object Label5: TLabel
  152.       Left = 8
  153.       Top = 88
  154.       Width = 21
  155.       Height = 13
  156.       Caption = 'Typ'
  157.       Visible = False
  158.     end
  159.     object setTypeComboBox: TComboBox
  160.       Left = 64
  161.       Top = 88
  162.       Width = 65
  163.       Height = 21
  164.       Style = csDropDownList
  165.       Enabled = False
  166.       ItemHeight = 13
  167.       ItemIndex = 0
  168.       TabOrder = 0
  169.       Text = '64x64'
  170.       Visible = False
  171.       Items.Strings = (
  172.         '64x64')
  173.     end
  174.     object avPublic: TCheckBox
  175.       Left = 12
  176.       Top = 21
  177.       Width = 97
  178.       Height = 17
  179.       Caption = 'Publiczny'
  180.       Checked = True
  181.       State = cbChecked
  182.       TabOrder = 1
  183.     end
  184.   end
  185.   object GroupBox4: TGroupBox
  186.     Left = 306
  187.     Top = 226
  188.     Width = 127
  189.     Height = 136
  190.     Caption = 'Podgl'#261'd'
  191.     TabOrder = 4
  192.     object preViewPaintBox: TPaintBox
  193.       Left = 8
  194.       Top = 18
  195.       Width = 110
  196.       Height = 110
  197.       OnPaint = preViewPaintBoxPaint
  198.     end
  199.   end
  200.   object avatarsComboBox: TComboBox
  201.     Left = 8
  202.     Top = 8
  203.     Width = 425
  204.     Height = 21
  205.     Hint = 'Ostatnio u'#380'ywane awatary'
  206.     Style = csDropDownList
  207.     ItemHeight = 13
  208.     ParentShowHint = False
  209.     ShowHint = True
  210.     TabOrder = 5
  211.     OnChange = avatarsComboBoxChange
  212.   end
  213.   object GroupBox3: TGroupBox
  214.     Left = 306
  215.     Top = 31
  216.     Width = 127
  217.     Height = 129
  218.     Caption = 'Aktualny awatar'
  219.     TabOrder = 6
  220.     object Label6: TLabel
  221.       Left = 87
  222.       Top = 56
  223.       Width = 21
  224.       Height = 13
  225.       Caption = 'Typ'
  226.       FocusControl = getTypeComboBox
  227.       Visible = False
  228.     end
  229.     object avatarPaintBox: TPaintBox
  230.       Left = 13
  231.       Top = 24
  232.       Width = 64
  233.       Height = 64
  234.       OnPaint = avatarPaintBoxPaint
  235.     end
  236.     object getTypeComboBox: TComboBox
  237.       Left = 120
  238.       Top = 56
  239.       Width = 65
  240.       Height = 21
  241.       Style = csDropDownList
  242.       ItemHeight = 13
  243.       ItemIndex = 0
  244.       TabOrder = 0
  245.       Text = '64x64'
  246.       Visible = False
  247.       OnChange = getTypeComboBoxChange
  248.       Items.Strings = (
  249.         '64x64')
  250.     end
  251.     object removeButton: TButton
  252.       Left = 12
  253.       Top = 95
  254.       Width = 75
  255.       Height = 25
  256.       Action = removeAction
  257.       ParentShowHint = False
  258.       ShowHint = True
  259.       TabOrder = 1
  260.     end
  261.   end
  262.   object Button1: TButton
  263.     Left = 420
  264.     Top = 39
  265.     Width = 19
  266.     Height = 23
  267.     Caption = 'x'
  268.     TabOrder = 7
  269.     Visible = False
  270.   end
  271.   object pictureDialog: TOpenPictureDialog
  272.     Left = 128
  273.     Top = 240
  274.   end
  275.   object ActionList1: TActionList
  276.     Left = 160
  277.     Top = 240
  278.     object chooseAction: TAction
  279.       Caption = 'Przegl'#261'daj...'
  280.       OnExecute = chooseActionExecute
  281.     end
  282.     object setAction: TAction
  283.       Caption = 'Ustaw'
  284.       OnExecute = setActionExecute
  285.     end
  286.     object removeAction: TAction
  287.       Caption = 'Usu'#324
  288.       OnExecute = removeActionExecute
  289.     end
  290.   end
  291.   object Timer1: TTimer
  292.     Interval = 10000
  293.     OnTimer = Timer1Timer
  294.     Left = 200
  295.     Top = 240
  296.   end
  297. end
  298.